home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbq403.zip / MESSUP.BAS < prev    next >
BASIC Source File  |  1992-01-12  |  451b  |  17 lines

  1. TYPE FI
  2. DUMMY AS STRING * 1
  3. END TYPE
  4. DIM F AS FI
  5. PRINT F.DUMMY
  6. 'Now PRESS F5 to run the program BEFORE changing this..
  7. 'You should see a blank line, then 'press any key to continue...'
  8. 'Now add this line to the end:
  9. 'PRINT F.HI
  10. '
  11. 'Change the string after the . (such as the HI in the example)
  12. 'to any of the following:
  13. 'Anything from A to Z will produce a color name
  14. 'try MINOSBBS
  15. 'Try anything, just be careful, you may get stuck...
  16.  
  17.